Query and Return All
Command Prototype
iRet = Database.QueryAll(objDatabase ,sql ,optionArgs)
Command Description
Execute a query SQL statement and return all the query results
Parameter Description
- Required Parameter
- objDatabase--Database object, a database object created using the Create Database Object command (Database.CreateDB)
- SQL--Query SQL statement
- Optional Parameter
- rdict--Whether to return a Dictionary
- args--Sql statement parameter
- return
- iRet--The variable used to save the output of the function call